/** * 冒泡排序的核心就是,按顺序进行两两比较,如果第一个比第二个大则交换位置 */ public class MaoPaoPaiXu { private static int[] bubbleSort(int[] a) { // 至少进行n-1轮比较 for (int i = 0; i a[j... ...
分类:
编程语言 时间:
2019-04-29 19:05:18
阅读次数:
122
Money is an awkward topic of conversation for many professionals—even more so when you’re busy trying to make a positive impression on a prospective e ...
分类:
其他好文 时间:
2019-04-27 09:52:24
阅读次数:
134
BusyonBusy这个功能首先出现在Ignite2016上介绍SkypeforBusiness的新功能时出现的,意思是当拨打对方的Teams时,若对方忙线,会听到BusySignal.我们来简单回顾一下skype的部署过种即可那么现在Teams上面的Busyonbusy的功能也是一样,若对方忙线,会听到BusySignal或转到留言,原文如下:BusyonBusyisafeaturethatal
分类:
其他好文 时间:
2019-04-24 00:04:29
阅读次数:
173
Faculty of Science and EngineeringDepartment of Electronic and ComputerEngineeringEnd of Semester Assessment PaperModule Code: EE4218 / EE4216Module T ...
分类:
其他好文 时间:
2019-04-21 20:04:33
阅读次数:
81
Gappu has a very busy weekend ahead of him. Because, next weekend is Halloween, and he is planning to attend as many parties as he can. Since it's Hal ...
分类:
其他好文 时间:
2019-04-14 17:54:49
阅读次数:
159
有时候在drop表或者其他对象的时候,会遇到ORA-00054:资源正忙,要求指定NOWAIT(中文字符集)或者ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired错误(英文字符集),Oracle官 ...
分类:
其他好文 时间:
2019-03-22 00:23:40
阅读次数:
170
aix5310以上都系统自带了nmon,其他低版本需要手动安装 软件包下载地址https://www.ibm.com/developerworks/community/wikis/home?lang=en#/wiki/Power%20Systems/page/nmon 安装脚本如下,未完成 ...
分类:
其他好文 时间:
2019-03-08 11:16:40
阅读次数:
251
1. CPU Busy :收集所有 cpu 内核 busy 状态占比 type: SinglestatUnit: perent(0-100)(所有 cpu使用情况 - 5分钟内 cpu 空闲的平均值) / 所有 cpu使用情况metrics: (((count(count(node_cpu_seco ...
分类:
其他好文 时间:
2019-03-05 21:19:56
阅读次数:
365
Eclipse开发工具 传统供应软件的工程过程: 解释过程:数据库+操作系统+中间件+开发工具 皇家军队级别(IBM):DB2+AIX+WAS+WSAD(基于Eclipse开发); 民间杂牌军:Oracle+Linux/UNIX+WebLogic+JBuilder 开源级别:MySQL+Linux+ ...
分类:
系统相关 时间:
2019-03-02 17:10:12
阅读次数:
311
概述:使用zabbix监控服务器已有一段时间,监控的服务器不到100台,发现刷新zabbix页面有卡顿的现象。而且经常报“Zabbix poller processes more than 75% busy”的错误,检查服务器性能还是有保障的,最后发现zabbix_server.conf既然使用的是 ...
分类:
其他好文 时间:
2019-03-01 15:55:28
阅读次数:
246